func strconv.digitZero

3 uses

	strconv (current package)
		decimal.go#L43: 		w += digitZero(buf[w : w+-a.dp])
		decimal.go#L56: 		w += digitZero(buf[w : w+a.dp-a.nd])
		decimal.go#L61: func digitZero(dst []byte) int {